Rect.this
- this(float x, float y, float w, float h)
- this(float[2] position, float w, float h)
- this(float[2] position, float[2] size)
struct Rect
pure nothrow @nogc @safe
this
- this(float[2] position, Size size)
- this(float[4] rec)
- this(int x, int y, int w, int h)
- this(int[2] position, int , int w, int h)
- this(int[2] position, int[2] size)
- this(int[2] position, Size size)
- this(int[4] rec)
- this(float[2] position, int w, int h)
- this(float[2] position, int[2] size)
- this(int[2] position, float w, float h)
- this(int[2] position, float[2] size)
- float x;
- float y;
- float width;
- float height;
hip math rect Rect
aliasesconstructorsfunctionsvariables